home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Geology
/
IP_Qsound
/
Qsound
/
SpecView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-08-22
|
371 b
|
23 lines
/* Generated by Interface Builder */
#import <appkit/View.h>
@interface SpecView:View
{
float *plot_data;
float mval;
float dt;
int length;
}
/* initialization methods */
- initFrame:(const NXRect *)frameRect;
- setDt:(float)dt;
- setMaxValue:(float)mval;
- setLength:(int)length;
- setData:(float *)data;
- drawSelf:(const NXRect *)rects :(int)rectCount;
@end